how open url in html in new window with custom size

106

how open url in html in new window with custom size -

<a href="#" onClick="window.open('yourpage.htm','pagename','resizable,height=260,width=370'); return false;">New Page</a><noscript>You need Javascript to use the previous link or use <a href="yourpage.htm" target="_blank">New Page</a></noscript>

Comments

Submit
0 Comments